﻿2026-06-23T10:06:02.5309101Z ##[group]Run actions/checkout@v5
2026-06-23T10:06:02.5309876Z with:
2026-06-23T10:06:02.5310232Z   fetch-depth: 0
2026-06-23T10:06:02.5310647Z   repository: SaberMage/spt-core
2026-06-23T10:06:02.5314086Z   token: ***
2026-06-23T10:06:02.5314434Z   ssh-strict: true
2026-06-23T10:06:02.5314781Z   ssh-user: git
2026-06-23T10:06:02.5315132Z   persist-credentials: true
2026-06-23T10:06:02.5315523Z   clean: true
2026-06-23T10:06:02.5315877Z   sparse-checkout-cone-mode: true
2026-06-23T10:06:02.5316305Z   fetch-tags: false
2026-06-23T10:06:02.5316663Z   show-progress: true
2026-06-23T10:06:02.5317020Z   lfs: false
2026-06-23T10:06:02.5317349Z   submodules: false
2026-06-23T10:06:02.5317706Z   set-safe-directory: true
2026-06-23T10:06:02.5318278Z ##[endgroup]
2026-06-23T10:06:02.6109151Z Syncing repository: SaberMage/spt-core
2026-06-23T10:06:02.6110857Z ##[group]Getting Git version info
2026-06-23T10:06:02.6111500Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-23T10:06:02.6112461Z [command]/usr/bin/git version
2026-06-23T10:06:02.6112875Z git version 2.43.0
2026-06-23T10:06:02.6119158Z ##[endgroup]
2026-06-23T10:06:02.6131714Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a7465981-ff85-468f-b85f-3763c6cf7e9d' before making global git config changes
2026-06-23T10:06:02.6132860Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T10:06:02.6134734Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-23T10:06:02.6164891Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-23T10:06:02.6183310Z https://github.com/SaberMage/spt-core
2026-06-23T10:06:02.6193408Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T10:06:02.6195986Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T10:06:02.6213941Z HEAD
2026-06-23T10:06:02.6242607Z ##[endgroup]
2026-06-23T10:06:02.6243604Z [command]/usr/bin/git submodule status
2026-06-23T10:06:02.6461092Z ##[group]Cleaning the repository
2026-06-23T10:06:02.6462161Z [command]/usr/bin/git clean -ffdx
2026-06-23T10:06:02.6492260Z Removing traceable-reqs
2026-06-23T10:06:02.6499489Z [command]/usr/bin/git reset --hard HEAD
2026-06-23T10:06:02.6548551Z HEAD is now at 06a416243 Merge 17e13d94863b6c3d8710d75ad0970205159968a7 into 6ba875eb189bff289f336735cbf8138996cf6d7f
2026-06-23T10:06:02.6553367Z ##[endgroup]
2026-06-23T10:06:02.6555145Z ##[group]Disabling automatic garbage collection
2026-06-23T10:06:02.6558307Z [command]/usr/bin/git config --local gc.auto 0
2026-06-23T10:06:02.6580759Z ##[endgroup]
2026-06-23T10:06:02.6581356Z ##[group]Setting up auth
2026-06-23T10:06:02.6586321Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-23T10:06:02.6610174Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-23T10:06:02.6794974Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T10:06:02.6821010Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-23T10:06:02.7011407Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T10:06:02.7035958Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-23T10:06:02.7252268Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-23T10:06:02.7283047Z ##[endgroup]
2026-06-23T10:06:02.7283920Z ##[group]Fetching the repository
2026-06-23T10:06:02.7289926Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +06a41624360e10f837066198aa7262da0885f65a:refs/remotes/pull/33/merge
2026-06-23T10:06:03.5533242Z From https://github.com/SaberMage/spt-core
2026-06-23T10:06:03.5534339Z  * [new branch]          docs/release-bump-in-pr -> origin/docs/release-bump-in-pr
2026-06-23T10:06:03.5564479Z ##[endgroup]
2026-06-23T10:06:03.5565582Z ##[group]Determining the checkout info
2026-06-23T10:06:03.5566492Z ##[endgroup]
2026-06-23T10:06:03.5569407Z [command]/usr/bin/git sparse-checkout disable
2026-06-23T10:06:03.5607006Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-23T10:06:03.5630726Z ##[group]Checking out the ref
2026-06-23T10:06:03.5638553Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/33/merge
2026-06-23T10:06:03.5682873Z HEAD is now at 06a416243 Merge 17e13d94863b6c3d8710d75ad0970205159968a7 into 6ba875eb189bff289f336735cbf8138996cf6d7f
2026-06-23T10:06:03.5687323Z ##[endgroup]
2026-06-23T10:06:03.5742378Z [command]/usr/bin/git log -1 --format=%H
2026-06-23T10:06:03.5766808Z 06a41624360e10f837066198aa7262da0885f65a
